From 65eaf8e8c41867b18e56edccb0f2c7a11a698d4d Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 11 Jan 2021 16:43:19 -0500 Subject: [PATCH] Adwaita: Make about dialog icons big Use 128 as the icon size for the image widget in about dialogs. --- gtk/theme/Adwaita/_common.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss index fd4123b71b..b5094c68e6 100644 --- a/gtk/theme/Adwaita/_common.scss +++ b/gtk/theme/Adwaita/_common.scss @@ -200,6 +200,10 @@ window.assistant { } } +window.aboutdialog image.large-icons { + -gtk-icon-size: 128px; +} + %osd, .osd { color: $osd_fg_color; -- 2.30.2